home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / ply15dat.zip / TEAPOT.PI < prev    next >
Text File  |  1992-09-19  |  500b  |  25 lines

  1. // Generic Polyray input File
  2. // Polyray input file: Alexander Enzmann
  3.  
  4. // Set up the camera
  5. viewpoint {
  6.    from <0, 5, -5>
  7.    at   <0, 0,  0>
  8.    up   <0, 1,  0>
  9.    angle 30
  10.    resolution 256, 256
  11.    }
  12.  
  13. // Get various surface finishes
  14. include "..\colors.inc"
  15. include "..\texture.inc"
  16.  
  17. // Set up background color & lights
  18. background black
  19. light <10, 10, -20>
  20.  
  21. // Get the definition of a teapot
  22. include "teapot.inc"
  23.  
  24. teapot { rotate <0, 20, 0> scale <0.4, 0.4, 0.4> shiny_red }
  25.